Learn R Programming

SeuratObject (version 5.0.2)

[.SeuratCommand: Command Log Data Access

Description

Access data from a SeuratCommand object

Usage

# S3 method for SeuratCommand
[(x, i, ...)

Value

[: Slot i from x

Arguments

x

A SeuratCommand object

i

The name of a command log slot

...

Ignored

See Also

Command log object and interaction methods $.SeuratCommand(), .DollarNames.SeuratCommand(), LogSeuratCommand(), SeuratCommand-class, as.list.SeuratCommand()

Examples

Run this code
cmd <- pbmc_small[["NormalizeData.RNA"]]
cmd["call.string"]

Run the code above in your browser using DataLab